home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / gnome-bluetooth / confirm-dialogue.ui < prev    next >
Extensible Markup Language  |  2009-10-14  |  4KB  |  81 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy project-wide -->
  5.   <object class="GtkImage" id="image1">
  6.     <property name="visible">True</property>
  7.     <property name="pixel_size">48</property>
  8.     <property name="icon_name">bluetooth-paired</property>
  9.   </object>
  10.   <object class="GtkMessageDialog" id="dialog">
  11.     <property name="border_width">5</property>
  12.     <property name="icon_name">bluetooth</property>
  13.     <property name="type_hint">normal</property>
  14.     <property name="skip_taskbar_hint">True</property>
  15.     <property name="message_type">other</property>
  16.     <property name="text">Device 'Foobar' wants to pair with this computer</property>
  17.     <property name="secondary_text">Please confirm whether the PIN '123456' matches the one on device 'Foobar' (AA:BB:CC:DD:EE:FF).</property>
  18.     <property name="image">image1</property>
  19.     <child internal-child="vbox">
  20.       <object class="GtkVBox" id="dialog-vbox1">
  21.         <property name="visible">True</property>
  22.         <property name="orientation">vertical</property>
  23.         <property name="spacing">2</property>
  24.         <child internal-child="action_area">
  25.           <object class="GtkHButtonBox" id="dialog-action_area1">
  26.             <property name="visible">True</property>
  27.             <property name="layout_style">end</property>
  28.             <child>
  29.               <object class="GtkButton" id="button2">
  30.                 <property name="label" translatable="yes">_Does not match</property>
  31.                 <property name="visible">True</property>
  32.                 <property name="can_focus">True</property>
  33.                 <property name="receives_default">True</property>
  34.                 <property name="image">image3</property>
  35.                 <property name="use_underline">True</property>
  36.               </object>
  37.               <packing>
  38.                 <property name="expand">False</property>
  39.                 <property name="fill">False</property>
  40.                 <property name="position">0</property>
  41.               </packing>
  42.             </child>
  43.             <child>
  44.               <object class="GtkButton" id="button1">
  45.                 <property name="label" translatable="yes">_Matches</property>
  46.                 <property name="visible">True</property>
  47.                 <property name="can_focus">True</property>
  48.                 <property name="receives_default">True</property>
  49.                 <property name="image">image2</property>
  50.                 <property name="use_underline">True</property>
  51.               </object>
  52.               <packing>
  53.                 <property name="expand">False</property>
  54.                 <property name="fill">False</property>
  55.                 <property name="position">1</property>
  56.               </packing>
  57.             </child>
  58.           </object>
  59.           <packing>
  60.             <property name="expand">False</property>
  61.             <property name="pack_type">end</property>
  62.             <property name="position">0</property>
  63.           </packing>
  64.         </child>
  65.       </object>
  66.     </child>
  67.     <action-widgets>
  68.       <action-widget response="-2">button2</action-widget>
  69.       <action-widget response="-3">button1</action-widget>
  70.     </action-widgets>
  71.   </object>
  72.   <object class="GtkImage" id="image2">
  73.     <property name="visible">True</property>
  74.     <property name="stock">gtk-apply</property>
  75.   </object>
  76.   <object class="GtkImage" id="image3">
  77.     <property name="visible">True</property>
  78.     <property name="stock">gtk-cancel</property>
  79.   </object>
  80. </interface>
  81.